Goto

Collaborating Authors

 physicalappearance 0


Painless Activation Steering: An Automated, Lightweight Approach for Post-Training Large Language Models

arXiv.org Machine Learning

Language models (LMs) are typically post-trained for desired capabilities and behaviors via weight-based or prompt-based steering, but the former is time-consuming and expensive, and the latter is not precisely controllable and often requires manual trial-and-error. While activation steering (AS) promises a cheap, fast, and controllable alternative to the two existing post-training methods, current AS techniques require hand-crafted prompt pairs or labor-intensive feature annotation, making them more inconvenient than the plug-and-play methods such as Reinforcement Learning (RL) and Supervised Fine-Tuning (SFT). We introduce Painless Activation Steering (PAS), a family of fully automated methods that make AS readily usable with any given labeled dataset, with no need for prompt construction, feature labeling, or human intervention. We evaluate P AS on three open-weight models (Llama3.1-8B-Instruct, DeepSeek-R1-Distill-8B, and Nous-Hermes-2) and 18 tasks; we find that P AS reliably improves performance for behavior tasks, but not for intelligence-oriented tasks. The introspective variant (iPAS) delivers the strongest causal steering effects (10.1% on Bias, 5.2% on Morality, and 34.8% on Alignment). We also show P AS delivers additional gains on top of In-Context Learning (ICL) and SFT. P AS constructs a fast, lightweight activation vector that can be cheaply trained, easily stored, and activated at will. Our results provide a characterization of where AS helps, where it fails, and how to deploy it as a practical, automated LM post-training option. To modify the behaviors of pre-trained Language Models (LMs), one typically either changes the weights, such as Reinforcement Learning (RL) (Ouyang et al., 2022) and Supervised Fine-Tuning (SFT) (Radford et al., 2018), or the prompts, such as In-Context Learning (ICL) and Context Engineering (Brown et al., 2020; Zhao et al., 2021; Agrawal et al., 2025). Recent studies in mechanistic interpretability and representation engineering have shown that model behaviors can be modified by interventions on the activations (Turner et al., 2023; Panickssery et al., 2024; Zou et al., 2025; Meng et al., 2022). During inference, AS injects steering vectors into the internal neuron activations without changing the weights or prompts.